home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / kickups.swf / scripts / DefineButton2_54 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2011-06-09  |  138 b   |  8 lines

  1. on(press){
  2.    setProperty("scrollbox", _Y, getProperty("mouse", _Y));
  3.    tellTarget("scrollbox")
  4.    {
  5.       call("scroll");
  6.    }
  7. }
  8.